home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / shell / zshell24.lha / ZShell24 / ZStart < prev   
Encoding:
Text File  |  1995-02-10  |  714 b   |  31 lines

  1. ;Example Script for ZShell
  2. echo This is an example startup script.^J^J
  3.  
  4. failat 21
  5. version >NIL: 39    ;# checks out if you have OS3.0 or better
  6. if not warn
  7.   ctrl -r 01111111
  8.   echo Now output is set to one colour to improve scrolling speed.^J
  9. endif
  10. failat 16
  11.  
  12. review 10000
  13. echo To see again what scrolled out of the window, press SHIFT TAB.^J
  14. echo Press TAB to complete filenames or directorynames.^J
  15.  
  16. ctrl -c *.info
  17. echo Now icons are ignored by FILENAMECOMPLETION and by DIR.^J
  18.  
  19. memclk on
  20. echo Memory-Clock is switched on.^J
  21.  
  22. alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
  23. alias runnil run -C
  24. alias as assign
  25. alias md makedir
  26. alias ren rename
  27. alias del delete
  28. alias dc diskchange
  29. echo ^JThese aliases are set:^J
  30. alias
  31.